Skip to main content
GET
/
trade
/
withdrawals
/
withdrawal
Cryptocurrency Withdrawals - Get Cryptocurrency Withdrawal
curl --request GET \
  --url https://api.ripio.com/trade/withdrawals/withdrawal \
  --header 'authorization: <authorization>' \
  --header 'signature: <signature>' \
  --header 'timestamp: <timestamp>'
{
  "data": {
    "amount": 0.1,
    "create_date": "2019-01-25T16:37:15.443Z",
    "currency_code": "BTC",
    "destination_address": "rw9nf3WgsagJiZnkAeZzXZuqeCQ6LHm2h1",
    "link": null,
    "miner_fee": 0,
    "miner_fee_type": 1,
    "status": "<string>",
    "transaction_id": null,
    "update_date": "2019-01-25T16:37:15.443Z",
    "id": "A1DCD3B6-1CBD-4F17-ADA0-230ADEC04173",
    "fee": 0,
    "hash": null,
    "external_id": "rtd-9012-lkju-908",
    "is_internal": false,
    "network": "bitcoin",
    "memo": "<string>",
    "tag": "<string>"
  },
  "error_code": null,
  "message": null
}

Headers

authorization
string
required

The API key as a string.

signature
string
required

See the Generating Signature section for more details.

timestamp
number
required

A timestamp in milliseconds. See the Timestamp Security section for more details.

timstamp-tolerance
number

An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.

Query Parameters

id
string

Withdrawal identifier

Example:

"000A650D-F8A5-419A-A4C4-194452345981"

external_id
string

Withdrawal external identifier

Example:

"000A650D-F8A5-419A-A4C4-194452345981"

Response

200 - application/json

Ok

data
object
required
error_code
number
required
Example:

null

message
string
required
Example:

null